home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / menus / panman15.zip / PMBAT.BAT < prev    next >
DOS Batch File  |  1990-07-28  |  177b  |  10 lines

  1. Echo Off
  2. Cls
  3. Rem : PmBat : General Purpose Batch File
  4. Rem : %1=Panel, %2=Pause, %3-%9=Command Line
  5. %3 %4 %5 %6 %7 %8 %9
  6. Echo  
  7. If [%2]==[P] Pause
  8. If [%2]==[p] Pause
  9. %1
  10.